projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34c1d75
)
* Add a type specifier test to comp-cstr-tests.el
author
Andrea Corallo
<akrl@sdf.org>
Mon, 21 Dec 2020 17:41:13 +0000
(18:41 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Mon, 21 Dec 2020 19:22:02 +0000
(20:22 +0100)
* test/lisp/emacs-lisp/comp-cstr-tests.el
(comp-cstr-typespec-tests-alist): Add a test.
test/lisp/emacs-lisp/comp-cstr-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/comp-cstr-tests.el
b/test/lisp/emacs-lisp/comp-cstr-tests.el
index 70c446e9be357d9494e4af25b085d90e0e6a80c8..03bf78968f230e21218434725663f077528194b6 100644
(file)
--- a/
test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/
test/lisp/emacs-lisp/comp-cstr-tests.el
@@
-193,7
+193,9
@@
;; 76
((and symbol (or number marker)) . nil)
;; 77
- ((and (or symbol string) (or number marker)) . nil))
+ ((and (or symbol string) (or number marker)) . nil)
+ ;; 78
+ ((and t t) . t))
"Alist type specifier -> expected type specifier.")
(defmacro comp-cstr-synthesize-tests ()